fc
Compares two files or sets of files, displaying the differences between the two.
fc [d:][path]file1 [d:][path]file2 [options]
Compares file1 to file2.
Options
/A
Displays the first and last lines of differences only
/B
Compares binary files
/C
Ignore case
/L
Compare text files
/Mn
Set the maximum number of differences between binary files to report, before
aborting. The default value is 20. Use 0 to allow an unlimited number of
differences.
/N
Display the line numbers (text files only)
/T
Does not convert tabs into spaces for comparison
/V
Displays copyright and version information about FC.
/W
Pack white space (tabs, spaces) for text comparison
/X
Do not show context lines in text comparison
Copyright © 1999 Maurizio Spagni
This file is covered under GNU General Public License version 2 (or at your option)
any later version.
See COPYING